﻿/* CSS Document */
*{padding:0; margin:0;}

html {overflow:-moz-scrollbars-vertical; scrollbar-face-color:#E8E8E8;scrollbar-shadow-color:#C1C1BB;scrollbar-highlight-color:#C1C1BB;scrollbar-3dlight-color:#EBEBE4;scrollbar-darkshadow-color:#EBEBE4;scrollbar-track-color:#F4F4F0;scrollbar-arrow-color:#CACAB7; }

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,input,img{padding:0; margin:0;}   
div,ul,li{list-style:none;}
a{text-decoration: none; color:#474747;
	/*-webkit-transition:all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;;text-indent:0px;
	transition: all 0.2s linear;
	*/}
a:hover { text-decoration: none; color:#00a6bc;}
.clear{margin:0px; padding:0px; clear:both;}
TABLE {BORDER-COLLAPSE: collapse; border-spacing: 0;}
img{border:0px;}
input,button,iframe{outline:none; border: 0 none;}
button,input{font-family:'Microsoft YaHei'; text-decoration: none;}
input{-webkit-appearance:none; /*解决iPhone6以及iPhone中safari上的圆角问题*/}


/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "阿里巴巴普惠体";
  src: url("//at.alicdn.com/wf/webfont/jFLIiUQzspkX/Lb9arnc6aUpa.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/jFLIiUQzspkX/nGSXr6kfo8fQ.woff") format("woff");
  font-display: swap;
}



body{font-size:12px; color:#474747; background:#f8f8f8; font-family:"阿里巴巴普惠体", Arial, Helvetica, sans-serif;  padding:0; margin:0; behavior:url("images/csshover.htc");-webkit-text-size-adjust:none;}


#idend{ width:100%; background:#f0f0f0; padding:0 0 2% 0; text-align:center; margin:50px auto 0;}
.end{ width:95%; max-width:1100px; margin:0 auto;}
.end .LinkList{ position:relative; top:-20px; display:none;}
.end .LinkList a { position:relative;}
.end .LinkList a .WeixinBox{ display:none; position:absolute; bottom:45px; left:-50px; padding:5px; width:160px; height:160px;}
.end .LinkList a .WeixinBox img{ }
.end .title{ font-size:13px; color:#c7c7c7; display:none;}
.end .Phone{ text-align:center; font-size:22px; color:#00a0b8; display:none;}
.end .Phone em{ font-style:oblique;}
.end .BottomLinks{ text-align:center; padding:35px 0 10px;}
.end .BottomLinks a{ font-size:14px; color:#888;}
.end .BottomLinks em{ color:#dbdbdb; padding:8px; font-style:normal;}
.end .Copyright{ color:#999; font-size:14px;}
.end .Copyright span{ color:#d2d2d2;}
.end .Copyright span a{ color:#d2d2d2; }
.end .BottomLinks a:hover,.end .Copyright span a:hover{ color:#bf9c47; }
@media screen and (max-width: 640px) {
#idend{ padding:0 0 60px 0; margin:30px auto 0;}
.end{width:94%;}
.end .Phone{font-size:1.3rem;}
.end .title{font-size:0.875rem;}
.end .BottomLinks a{font-size:0.875rem;}
.end .Copyright{font-size:0.75rem;}
}


.zsend{display:none;}
@media screen and (max-width: 640px) {
.zsend{
display:none;
margin:0 auto; 
position:fixed; 
bottom:0; 
width:100%; 
height:35px; padding:5px 0;
z-index:1000; 
text-transform:uppercase;
background:#393939;}
.zsend li{float:left; text-align:center; color:#fff; width:24%; font-size:0.75rem; height:30px; font-weight:normal;}
.zsend li img{width:20px; margin:0 auto;}
}



#idheader{width:100%; height:80px; margin:0 auto; background:#fff; position:fixed; left:0; right:0; top:0; z-index:999;}
.select01{border:1px #cbcbcb solid; font-size:12px; height:30px; line-height:30px; font-family:Microsoft YaHei; color:#333333; padding:0px 5px; margin-left:15px; background:#f5f5f5; cursor:pointer;}


.nav_wrap{display:none;}
@media screen and (max-width: 640px) {
#idheader{display:none;}
.nav_wrap{ display:block;}
.nav_wrap .nav_box{text-align: left; width: 100%;}
.nav_wrap .nav_box{ margin: 0; padding: 0; position: relative; height: 60px; background-color: #fff;}
.nav_wrap .nav_box h2{display:block; line-height: 60px; font-weight: bolder; font-size:1.2rem; font-weight:normal; color:#006c3b; width: 70%;  cursor:pointer;}
.nav_wrap .nav_box h2 a{}
.nav_wrap .nav_box h2 img{height:38px; margin-left:10px; padding-right:5px;}

.nav_box h1{width:70px; height: 30px; line-height:30px; background: url(../images/caidan.png) center right no-repeat; display: block; -webkit-background-size:  25px 20px; background-size: 70px 30px; font-size:1.125rem; font-weight:normal;}
.nav_box h1{ position: absolute; right: 16px; top: 50%;-webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%); cursor: pointer;}
			

.rightNav span{
    display: inline-block;
    width: 96%;
    height: 45px;
	padding-left:20px;
    line-height:45px;
    border-bottom: 1px solid #f5f5f5;
	font-size:1.125rem;
}
.rightNav span:hover{
    background-color: #f5f5f5;
}

.bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99999;
    bottom: 0;
}
.rightNav{
    width: 50%;
    max-width: 170px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 9999999;
    top:60px;
    right: -50%;
	opacity: .9;
}
.rightNav a{color:#000; font-size:1.125rem;}
}
@media screen and (max-width:375px) {
.nav_wrap .nav_box h2{ width: 80%; }
}


/*banner开始*/
.flower{ position: relative; width: 100%; height: 100%; overflow: hidden; margin:80px auto 0;}
.flower .page_content{ width: auto; height:auto; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-40%);-moz-transform: translate(-50%,-40%);
    -ms-transform: translate(-50%,-40%);
     -o-transform: translate(-50%,-40%);
        transform: translate(-50%,-40%); text-align: center; width: 60%;}
.flower .page_content .title_mas{font-size:28px; padding-bottom:10px; font-weight:normal; color:#fff;}
.flower .page_content .title{ line-height: 28px;font-size: 16px; font-weight: normal; margin:0 auto 20px; color:#fff;}
.flower .mas_content{ font-size: 14px; line-height: 32px; }
.flower .where{ line-height: 36px; font-size: 12px;}
.flower .date{ line-height: 36px;  display: inline-block;} 
.flower .btn_L{ width: 100px;height: 30px; line-height:30px; background-color: #ddd;color: #5b5b5b;cursor: pointer; border:0; border-radius:8px;letter-spacing:1px; font-size:14px;font-family:Microsoft YaHei;}
.flower .btn_L:hover{background-color: #ccc; color:#bdd630;}
.flower ol{ position: absolute; left: 50%; bottom: 4%; -webkit-transform: translate(-50%,0);
   -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
     -o-transform: translate(-50%,0);
        transform: translate(-50%,0); z-index: 5;}
.flower ol li{ height: 6px; width: 6px; border-radius: 3px; float: left; background-color: #00a0b8; -webkit-transition: all 2s ease;
   -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
     -o-transition: all 2s ease;
        transition: all 2s ease; cursor: pointer;}
.flower b{ width: 38px; height: 84px;position: absolute;top: 50%;-webkit-transform: translate(0,-50%);
   -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
     -o-transform: translate(0,-50%);
        transform: translate(0,-50%);background: url(../images/banner_buttonl.png) 0 0 no-repeat; z-index: 10; cursor: pointer;}
.flower .banner_l{ left: -38px;}
.flower .banner_r{ right: -38px; background-image: url(../images/banner_buttonr.png);}
.flower ol li.current{ width: 18px; background-color: #ff9c00;}
.flower ol li:not(:first-child){ margin-left: 6px;}
.flower ul{ width: 500%; position: relative;} 
.flower .flower_pic .flower_li{ float: left; width: 10%; position: relative;}
.banner_m{display:none;}
@media screen and (max-width:640px) {
.banner_pc{display:none;}
.banner_m{display:block;}
.flower{margin:0 auto 0;}
.flower_li img{}
.flower ol{bottom:8%;}
.flower .page_content{width:90%;}
.flower .page_content .title_mas{font-size:1.125rem;padding-bottom:5px;}
.flower .page_content .title{font-size:1rem; margin:0 auto 10px; }
.flower .btn_L{ width:90px;height:28px; line-height:28px; font-size:0.875rem;}
}




.hone{width:95%; /*max-width:1250px;*/ margin:40px auto 0;}
.hone ul{overflow:hidden;}
.hone li{width:47%; overflow:hidden; margin:0 auto; float:left;}
.hone li img{ width:99%; height:auto; display:block; max-width:640px; margin:0 auto;}
.hone li img:hover{}
.hone li:not(:nth-of-type(2n)){ margin-right:6%;}
.hone_div{overflow:hidden; font-size:14px; line-height:26px; padding-top:15px;}
@media screen and (max-width: 640px) {
.hone{width:94%; margin:15px auto 0;}
.hone li{width:100%; margin-bottom:10px;}
.hone li:not(:nth-of-type(3n)){ margin-right:0%;}
.hone_div{overflow:hidden; font-size:0.875rem; line-height:26px; padding-top:0px;}
}




.htitle{overflow:hidden; margin:0 auto; font-size:20px; background:url(../images/back_18.jpg) repeat-x left 20px; text-align:center; color:#333;}
.htitle div{background:#fff; width:190px; margin:0 auto; overflow:hidden;}
.htitle p{ color:#888787; text-transform:uppercase; font-size:16px; font-family:Verdana;}
@media screen and (max-width: 640px) {
.htitle{font-size:1.2rem;}
.htitle div{width:180px;}
.htitle span{font-size:0.875rem;}
}


.htwo{width:95%; /*max-width:1250px;*/ margin:50px auto 0; overflow:hidden;}
.htwo ul{overflow:hidden; padding:1px;}
.htwo li{float:left; background:#ffffff; width:23%; margin-top:25px; overflow:hidden; text-align:center; border:1px #f5f5f5 solid;}
.htwo li:not(:nth-of-type(4n)){ margin-right:2%;}
.htwo li:hover{box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2); cursor:pointer; background:#ffffff;}
.htwo li:hover .htwomore{ border:1px #00a6bc solid;}
.htwo li:hover a{ color:#00a6bc;}
.htwoimg{width:100%; height:auto; display:block;}
.htwoimga {
    position: relative;
}
.htwoimga {
    display: block;
    height: auto;
    overflow: hidden;
    width:100%;
}
.htwoimga img {
    height:auto%;
	-webkit-transition: all ease .3s; 
    transition: all ease .3s 
}
.htwoimga:after {
    bottom: 0;
    left: 5px;
    position: absolute;
    z-index: 10;
}
.htwoimga:hover{
}
.htwoimga:hover img{
    transform: scale(1.05);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.05);
	-webkit-transform: all 1s ease 0s;
}

.htwolr{ overflow:hidden; padding:0 15px;}
.htwolr h2{font-weight:bold; font-size:16px; overflow:hidden; margin:18px 0 10px; width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.htwolr p{font-size:12px; line-height:22px; color:#666666; text-align:left; min-height:80px; max-height:80px; overflow:hidden;}
.htwomore{ width:112px; height:30px; line-height:30px; border:1px #ccc solid; margin:12px auto 20px; moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px; font-size:12px;}
@media screen and (max-width: 640px) {
.htwo{ width:94%; margin:25px auto 0;}
.htwo li{width:47%; margin-top:12px; margin-bottom:0;}
.htwo li:not(:nth-of-type(4n)){ margin-right:0%;}
.htwo li:not(:nth-of-type(2n)){ margin-right:4%;}
.htwolr{ padding:0;}
.htwolr h2{font-size:1rem; margin:12px 0 10px; text-align:left;}
.htwolr p{font-size:0.75rem;min-height:70px; line-height:20px;}
.htwomore{font-size:0.75rem; margin:10px auto 15px; height:28px; line-height:28px; width:100px;}
}




.lybanner{background:url(../Upfiles/prod_b/banner40.jpg) no-repeat 50% 0; width:100%; height:300px; margin:81px auto 0;}
.lybanner_m{display:none;}
@media screen and (max-width: 640px) {
.lybanner{display:none;}
.lybanner_m{display:block;background:url(../Upfiles/prod_b/banner50.jpg) no-repeat 50% 0; width:100%; height:100px; margin:0 auto;}
}



.aboutlb{width:95%; max-width:1100px; margin:35px auto 0; overflow:hidden;}
.aboutlb ul{overflow:hidden; text-align:center;}
.aboutlb li{float:left; overflow:hidden; padding:0 35px; height:32px; line-height:32px; text-align:center; border:1px #ccc solid; moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px; font-size:15px;}
.aboutlb a{display:inline-block; margin:0 5px;}
.aboutlb a:hover{background:#00a6bc; color:#fff; moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;}
#aboutonsec{background:#00a6bc; color:#fff;}
.tymain{ width:100%; margin:0 auto; padding-bottom:50px;}
.about{width:95%; /*max-width:1250px;*/ margin:35px auto 0; overflow:hidden; background:#fff; min-height:600px;}
.aboutlr{padding:5% 8%; overflow:hidden; font-size:15px; line-height:28px;}
.aboutlr img{max-width:100%;}
@media screen and (max-width: 640px) {
.aboutlb{width:94%; margin:15px auto 0;}
.aboutlb ul{text-align:left;}
.aboutlb li{padding:0 0; font-size:0.875rem; width:100%; line-height:30px; height:30px;}
.aboutlb a{margin:0 0px; width:23.5%;}
.tymain{padding-bottom:20px;}
.about{width:94%;min-height:200px; margin:10px auto 0;}
.aboutlr{padding:5%; overflow:hidden; font-size:1rem; line-height:28px;}
.aboutlr img{max-width:100%; height:auto;}
}



.newslb{width:95%; max-width:1100px; margin:35px auto 0; overflow:hidden;}
.newslb ul{overflow:hidden; text-align:center;}
.newslb li{float:left; overflow:hidden; padding:0 35px; height:32px; line-height:32px; text-align:center; border:1px #ccc solid; moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px; font-size:16px;}
.newslb a{display:inline-block; margin:0 5px;}
.newslb a:hover{background:#00a6bc; color:#fff; moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;}
@media screen and (max-width: 640px) {
.newslb{width:94%; margin:15px auto 0;}
.newslb ul{text-align:left;}
.newslb li{padding:0 0; font-size:1rem; width:100%; line-height:30px; height:30px;}
.newslb a{margin:0 0px; width:32%; margin-right:1%;}
}



.contact{padding:5% 8%; overflow:hidden;}
.contactleft{float:left; width:49%;font-size:15px; line-height:28px;}
.contactright{float:right; width:49%;}
.contactright img{max-width:100%; height:auto;}
@media screen and (max-width: 640px) {
.contactleft{float:none; width:100%;font-size:1rem; padding-bottom:20px;}
.contactright{float:none; width:100%;}
}



.fxlc {padding:5% 8% 3.5% 8%; overflow:hidden; margin:85px auto 130px;background: url(../images/bg_sign05.png) repeat-y center top;}
.fxlclr{overflow:hidden;}
.fxlcli01{margin-right:49.4%; background: url(../images/bg_sign06.png) no-repeat right 20px; text-align:right; overflow:hidden; margin-bottom:40px;}
.fxlcli02{margin-left:49.4%; background: url(../images/bg_sign07.png) no-repeat left 20px; overflow:hidden; margin-bottom:40px;}
.fxlcli01 div{ margin-right:100px;}
.fxlcli02 div{ margin-left:100px;}
.fxlc h3 {font-size:20px; line-height: 30px;color: #595757;}
.fxlc p{ font-size:16px;}
@media screen and (max-width: 640px) {
.fxlc {padding:5%; overflow:hidden; margin:50px auto;background: url(../images/bg_sign05.png) repeat-y center top;}
.fxlcli01{margin-right:48%; background: url(../images/bg_sign06.png) no-repeat right 20px; text-align:right; overflow:hidden; margin-bottom:10px;}
.fxlcli02{margin-left:48%; background: url(../images/bg_sign07.png) no-repeat left 20px; overflow:hidden; margin-bottom:10px;}
.fxlcli01 div{ margin-right:50px;}
.fxlcli02 div{ margin-left:50px;}
.fxlc h3 {font-size:1.4rem;}
.fxlc p{ font-size:1rem;}
}



.certifications{padding:5%; overflow:hidden;}
.certifications_ul{overflow:hidden;}
.certifications_ul li{float:left; width:15%; overflow:hidden; padding-bottom:2%;}
.certifications_ul li:not(:nth-of-type(6n)){ margin-right:2%;}
.certifications_ul li img{width:98.5%; height:auto; overflow:hidden;border:1px #ddd solid;}
.certifications_ul li img:hover{border:1px #00a6bc solid;}
@media screen and (max-width: 640px) {
.certifications_ul li{width:32%;}
.certifications_ul li:not(:nth-of-type(6n)){ margin-right:0%;}
.certifications_ul li:not(:nth-of-type(3n)){ margin-right:2%;}
}



.weizhi{width:95%; /*max-width:1250px;*/ margin:15px auto 0; overflow:hidden; border-bottom:1px #ddd solid; line-height:40px; height:40px; font-size:13px;}
.weizhi span{float:right;}
.weizhi02{width:95%; /*max-width:1000px;*/ margin:30px auto 0; overflow:hidden; border-bottom:1px #ddd solid; line-height:40px; height:40px; font-size:13px;}
.weizhi02 span{float:right;}
@media screen and (max-width: 640px) {
.weizhi{ width:94%; font-size:0.875rem; margin:10px auto 0; line-height:34px; height:34px;}
.weizhi02{ width:94%; font-size:0.875rem; margin:10px auto 0; line-height:34px; height:34px;}
}


.product{padding:5%; overflow:hidden;}
.productul{overflow:hidden;}
.productul li{float:left; width:15%; overflow:hidden; padding-bottom:20px; text-align:center;}
.productul li:not(:nth-of-type(6n)){ margin-right:2%;}
.productul li img{width:98.5%; height:auto; overflow:hidden; border:1px #ddd solid;}
.productul li img:hover{border:1px #00a6bc solid;}
.productul li p{font-size:12px; min-height:45px; padding:0px 10px;}
.productul h2{font-weight:bold; text-align:left; font-size:18px; line-height:40px; height:40px; border:1px #CCCCCC dotted; background:#f5f5f5; padding-left:15px; color:#00a6bc;}
.productul h2 a{color:#00a6bc;}
.productul h3{margin:10px 0px 20px 0px; line-height:24px; font-size:14px; font-weight:normal; color:#999;}
@media screen and (max-width: 640px) {
.productul li{float:left; width:48%; padding-bottom:12px;}
.productul li:not(:nth-of-type(6n)){ margin-right:0%;}
.productul li:not(:nth-of-type(2n)){ margin-right:4%;}
.productul li img{width:98.5%;}
.productul li p{font-size:0.875rem;}
.productul h2{font-size:1.125rem;}
}



.showmain{width:95%; max-width:1000px; margin:35px auto 0; overflow:hidden; background:#fff;}
.showmaintop{overflow:hidden; padding:5% 5% 0;}
.showmaintop_l{float:left; min-width:452px; overflow:hidden; width:50%}
.showmaintop_r{float:right; overflow:hidden; width:46%;}
.showmaintop_r h2{font-weight:bold; font-size:18px; color:#00a6bc; margin-bottom:5px;}
.showmaintop_r p{line-height:22px; font-size:13px; color:#757575; padding:4px 0px;}
.showmaintop_r h3{font-weight:bold; font-size:14px; padding-top:10px;}
.showmaintop_r_div{line-height:24px; font-size:13px; color:#757575; padding:5px 0px; margin-top:5px;}
.showmainend{overflow:hidden; padding:5% 5% 0%;}
.showmainend_title{overflow:hidden; border-bottom:1px #ddd solid; font-size:18px; padding-bottom:10px; margin-bottom:10px; color:#00a6bc;}
.showmainend_lr{font-size:13px; line-height:26px;}
.showmainend_lr table{width:100%!important; table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.showmainend_lr td{padding:5px; font-size:13px!important; border:1px #ccc solid!important;}
.xgcp{overflow:hidden; padding:5% 5% 8%;}
.xgcptitle{overflow:hidden; border-bottom:1px #ddd solid; font-size:18px; padding-bottom:10px; margin-bottom:15px; color:#00a6bc;}
.xgcpul{ overflow:hidden;}
.xgcpul li{float:left; width:18.4%; overflow:hidden; text-align:center;}
.xgcpul li:not(:nth-of-type(5n)){ margin-right:2%;}
.xgcpul li img{width:98.5%; height:auto; overflow:hidden; border:1px #ddd solid;}
.xgcpul li img:hover{border:1px #00a6bc solid;}
.xgcpul li p{font-size:12px; min-height:45px; padding-top:3px;}
.xgcpul h2{font-weight:bold; text-align:center; font-size:20px; padding-bottom:20px;}

.ban{ width:452px; height:450px; position:relative; overflow:hidden;}
.ban2{ width:450px; height:338px; position:relative; overflow:hidden; margin:0 auto 5px; left:0; right:0; border:1px #ddd solid;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:450px; height:338px;}
.ban2 ul li img{width:450px; height:338px; display:block;}
.prev{ float:left; cursor:pointer;}
.num{ height:88px;overflow:hidden; width:380px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:450px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:115px; height:86px; margin-right:12px;border:1px solid #ddd;}
.num ul li img{ width:115px; height:86px; display:block;}
.num ul li.on{ border:1px solid #00a6bc;}
.prev_btn1{ width:40px; text-align:center; height:51px; margin-top:30px; cursor:pointer; float:left;}
.next_btn1{ width:30px; text-align:center; height:51px; margin-top:30px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:150px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:150px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}


@media screen and (max-width: 640px) {
.showmain{width:94%;min-height:200px; margin:10px auto 0;}
.showmaintop_l{float:none; width:100%;}
.showmaintop_r{float:none; width:100%; padding-top:20px;}
.showmaintop_r h2{font-size:1.125rem;}
.showmaintop_r p{font-size:0.875rem;}
.showmaintop_r h3{font-size:1rem;}
.showmaintop_r_div{font-size:0.875rem;}
.showmainend_title{font-size:1.125rem; margin-top:10px;}
.showmainend_lr{font-size:1rem; line-height:26px;}
.showmainend_lr td{font-size:0.75rem!important;}
.xgcptitle{font-size:1.125rem; margin-top:10px;}
.xgcpul li{float:left; width:48%; padding-bottom:12px;}
.xgcpul li:not(:nth-of-type(6n)){ margin-right:0%;}
.xgcpul li:not(:nth-of-type(2n)){ margin-right:4%;}
.xgcpul li img{width:98.5%;}
.xgcpul li p{font-size:0.875rem;}

.ban{ width:302px; height:300px; position:relative; overflow:hidden;}
.ban2{ width:300px; height:225px; position:relative; overflow:hidden; margin:0 auto 5px; left:0; right:0; border:1px #ddd solid;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:300px; height:225px;}
.ban2 ul li img{width:300px; height:225px; display:block;}
.prev{ float:left; cursor:pointer;}
.num{ height:55px;overflow:hidden; width:236px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:300px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:70px; height:53px; margin-right:10px; border:1px solid #ddd;}
.num ul li img{ width:70px; height:53px; display:block;}
.num ul li.on{ border:1px solid #00a6bc; padding:0;}
.prev_btn1{ width:34px; text-align:center; height:20px; margin-top:20px; cursor:pointer; float:left;}
.next_btn1{  width:30px; text-align:center; height:20px; margin-top:20px;cursor:pointer;float:right;}
.prev_btn1 img,.next_btn1 img{height:20px;}
.prev1{ position:absolute; top:120px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:120px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
}




/*新闻中心*/
.news{padding:5%; overflow:hidden;}
.newsul{overflow:hidden; padding:1px;}
.newsul li{float:left; background:#fff; width:23%; margin-bottom:2%; overflow:hidden; text-align:center; border:1px #f5f5f5 solid; min-height:330px;}
.newsul li:not(:nth-of-type(4n)){ margin-right:2%;}
.newsul li:hover{box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2); cursor:pointer;}
.newsul li:hover .htwomore{ border:1px #00a6bc solid;}
.newsul li:hover a{ color:#00a6bc;}
.newsdiv{ overflow:hidden; padding:0 15px;}
.newsdiv h2{font-weight:bold; font-size:16px; overflow:hidden; margin:12px 0 10px;  width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsdiv p{font-size:12px; line-height:22px; color:#666; text-align:left; overflow:hidden;}
.newsmore{ width:112px; height:30px; line-height:30px; border:1px #ccc solid; margin:10px auto 20px; moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px; font-size:12px;}
.newsshow{overflow:hidden; padding:5% 5% 8%; min-height:600px;}
@media screen and (max-width: 640px) {
.newsul li{width:100%; margin-bottom:20px; margin-bottom:0;}
.newsul li:not(:nth-of-type(4n)){ margin-right:0%;}
.newsul li:not(:nth-of-type(2n)){ margin-right:0%;}
.newsdiv{padding:0;}
.newsdiv h2{font-size:1rem; margin:10px 0 8px; text-align:left;}
.newsdiv p{font-size:0.875rem;}
.newsmore{font-size:0.875rem; margin:10px auto 15px; height:28px; line-height:28px; width:100px;}
.newsshow{overflow:hidden; padding:5% 5% 8%; min-height:200px;}

.news_xxjs p{line-height:26px!important;}
.news_xxjs table{width:100%!important; table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.news_xxjs td{ padding:0px 4px; font-size:0.875em!important; border:1px #ccc solid!important;}
.news_xxjs td p,.tablist td span{font-size:0.875em!important;}
}

.news_xxjs{line-height:26px; font-size:14px; margin:20px auto; overflow:hidden;}
.news_xxjs td{padding:5px;}
.news_xxjs img{max-width:100%; height:auto;}
.news_title{ overflow:hidden; line-height:35px; font-size:28px; color:#00a6bc;text-align:center; padding-bottom:15px; padding-top:10px; margin-bottom:5px; border-bottom:1px #ddd dotted;}
.news_title h1{font-weight:normal; font-size:28px;}
.pubdate{border-top:#ccc 0px dotted; height:26px; line-height:26px; margin:0px 0 10px 0; OVERFLOW: hidden; text-align:center;color:#999999; font-size:12px;}

.pagelist{overflow:hidden;background-color: #666;padding:1px 5px 1px 5px;color: #ffffff;}
.red {overflow:hidden;	background-color: #E50100; color: #ffffff;font-weight: bold;	padding:1px 6px 1px 6px;}


/*相关资讯*/
.Information{verflow:hidden;}
.Information ul{ padding:10px 0;}
.Information ul li{border-bottom:1px dotted #DCDCDC; line-height:20px; padding:5px 0; font-size:12px;}
.Information ul li span{float:right; font-size:12px; color:#999999;}


@media screen and (max-width: 640px) {
.news_xxjs{font-size:1rem;}
.news_title{padding-top:5px;}
.news_xxjs td{padding:0px;}
.news_title h1{font-size:1.4rem;}
.news_xxjs img{max-width:100%; height:auto;}
.pubdate{font-size:0.875rem;}
.Information ul li{font-size:0.875rem;}
.Information ul li span{font-size:0.875rem;}
}



/*--------在线留言--------------*/
.guestbookbg{overflow:hidden; padding-top:15px; min-height:600px;}
.guestbook{overflow:hidden;}
.guestbook ul{border:1px solid #ddd; border-bottom:0px solid #ddd;} 
.guestbook ul li{ padding:10px 0; border-bottom:1px solid #ddd;}
.guestbook ul li span{float:left; text-align:right; width:13%; padding:0 10px 0 0; line-height:30px; font-size:13px;}
.guestbooktest01{border:1px #ddd solid; height:28px; line-height:28px; width:80%; padding-left:5px;font-size:13px;}
.guestbooktest02{border:1px #ddd solid; height:120px; line-height:24px; width:80%; padding-left:5px;font-size:13px;}
.guestbooktest03{border:1px #ddd solid; height:28px; line-height:28px; width:6%; padding-left:5px;font-size:13px;}
.submit02{ color:#fff; background:#4bb8c7; cursor:pointer; font-size:13px; text-align:center; padding:8px 0; width:110px; border:0;font-family:Microsoft YaHei;}
.submit02:hover{ background:#007b98;}
@media screen and (max-width: 640px) {
.guestbook ul li span{font-size:0.875rem; width:22%; padding-right:5%;}
.guestbooktest01{font-size:0.875rem; width:66%;}
.guestbooktest02{font-size:0.875rem; width:66%;}
.guestbooktest03{font-size:0.875rem; width:20%;}
.submit02{font-size:0.875rem; width:90px;}
}




